ItemAdded Event

Summary
Occurs when an item is added to the collection.
Syntax
C#
VB
C++
public event EventHandler<MedicalViewerCollectionEventArgs<T>> ItemAdded 
Public Event ItemAdded As EventHandler(Of MedicalViewerCollectionEventArgs(Of T)) 
public:  
   event EventHandler<MedicalViewerCollectionEventArgs<T>^>^ ItemAdded 
Remarks

this will be fired by the methods Add and Insert

Event Data
ParameterTypeDescription
senderobjectThe source of the event
eMedicalViewerCollection.ItemAddedThe event data
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.